//=================================================================================//
//                                                                                 //
//                                Snappy_D Code Files                              //
//                                                                                 //
//=====================================01-08-12====================================//
// This folder contains all the code files that we have used to compile SnappyD;   //
// this is a mix of SnapPea files, altered SnapPea files and our own files.        //
//                                                                                 //
// Those files that were originally part of the SnapPea kernel are denoted "S_"    //
// where as those that are new are denoted "H_".                                   //
//                                                                                 //
// We have not used a make-file style of construction, instead compiling directly  //
// through the SnappyD file.c file; which in the XCODE mac case we have simply     //
// renamed main.c. The main computation routines are found in the Dirichlet files. //
//                                                                                 //
// We have attempted to maintain a high level of documentation, but oUr coding is  //
// no noubt sub-par; SnapPea being in some regards quite dated, and our own skills //
// being quite forgetable.                                                         //
// So please forgive any extreme examples of our passable coding skill.            //
//=================================================================================//